os.ProcessState.rusage (field)

5 uses

	os (current package)
		exec_posix.go#L74: 	rusage *syscall.Rusage
		exec_posix.go#L95: 	return p.rusage
		exec_unix.go#L57: 		rusage: &rusage,
		exec_unix.go#L101: 	return time.Duration(p.rusage.Utime.Nano()) * time.Nanosecond
		exec_unix.go#L105: 	return time.Duration(p.rusage.Stime.Nano()) * time.Nanosecond